Overload | Description |
---|---|
EasyUADataChangeArguments<TValue> Constructor() | Initializes a new instance of the class with default data. |
EasyUADataChangeArguments<TValue> Constructor(EasyUADataChangeArguments<TValue>) | Initializes a new copy of the object. |
EasyUADataChangeArguments<TValue> Constructor(EasyUADataChangeNotificationEventHandler<TValue>,Object,UAEndpointDescriptor,UANodeDescriptor,UAMonitoringParameters,UASubscriptionParameters) | Initializes a new instance of the class specifying the callback, state object, endpoint descriptor, node descriptor, monitoring parameters, and subscription parameters. |
EasyUADataChangeArguments<TValue> Constructor(EasyUADataChangeNotificationEventHandler<TValue>,Object,UAEndpointDescriptor,UANodeDescriptor,UAMonitoringParameters) | Initializes a new instance of the class specifying the callback, state object, endpoint descriptor, node descriptor, and monitoring parameters. |
EasyUADataChangeArguments<TValue> Constructor(EasyUADataChangeNotificationEventHandler<TValue>,Object,UAEndpointDescriptor,UANodeDescriptor) | Initializes a new instance of the class specifying the callback, state object, endpoint descriptor, and node descriptor. |
EasyUADataChangeArguments<TValue> Constructor(EasyUADataChangeNotificationEventHandler<TValue>,UAMonitoredItemArguments) | Initializes a new instance of the class specifying the callback, and monitored item arguments. |
EasyUADataChangeArguments<TValue> Constructor(EasyUAMonitoredItemArguments) | Initializes a new instance of the class specifying the callback, and arguments object. |
EasyUADataChangeArguments<TValue> Constructor(Object,UAEndpointDescriptor,UANodeDescriptor,UAMonitoringParameters,UASubscriptionParameters) | Initializes a new instance of the class specifying the state object, endpoint descriptor, node descriptor, monitoring parameters, and subscription parameters. |
EasyUADataChangeArguments<TValue> Constructor(Object,UAEndpointDescriptor,UANodeDescriptor,UAMonitoringParameters) | Initializes a new instance of the class specifying the state object, endpoint descriptor, node descriptor, and monitoring parameters. |
EasyUADataChangeArguments<TValue> Constructor(Object,UAEndpointDescriptor,UANodeDescriptor) | Initializes a new instance of the class specifying the state object, endpoint descriptor, and node descriptor. |
EasyUADataChangeArguments<TValue> Constructor(OperationArguments) | Initializes a new instance of the class specifying the operation arguments. |
EasyUADataChangeArguments<TValue> Constructor(UAAttributeArguments) | Initializes a new instance of the class specifying the attribute arguments. |
EasyUADataChangeArguments<TValue> Constructor(UAAttributeArguments,UASubscriptionParameters,UAMonitoringParameters) | Initializes a new instance of the class specifying the attribute arguments, subscription parameters, and monitoring parameters. |
EasyUADataChangeArguments<TValue> Constructor(UANodeArguments) | Initializes a new instance of the class specifying the node arguments. |